#!/bin/sh
#
# remove the installer tmp file and the package receipt
#

if [ -r /private/tmp/uninstall-connector_iassistapache2 ] ; then
	rm -f /private/tmp/uninstall-connector_iassistapache2
fi

if [ -r /Library/Receipts/Lasso_Pro_8_iAssistApache2.pkg ] ; then
	rm -Rf /Library/Receipts/Lasso_Pro_8_iAssistApache2.pkg
fi
